home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / iv.dir / 00050_select callback.ls < prev    next >
Encoding:
Text File  |  1996-04-19  |  207 b   |  9 lines

  1. on mouseUp
  2.   global givState
  3.   if the selectType of givState = #topic then
  4.     DoTopicSelect(the topicSelectListPtr of givState)
  5.   else
  6.     DoAthleteSelect(the athleteSelectListPtr of givState)
  7.   end if
  8. end
  9.